home *** CD-ROM | disk | FTP | other *** search
/ .net 2000 September / Net75b.iso / pc / Virgin ISP Software (PC) / IE5_16.EXE / IE5_16.dxr / 00037.ls < prev    next >
Encoding:
Text File  |  1999-07-16  |  675 b   |  25 lines

  1. on mouseEnter
  2.   puppetSprite(the currentSpriteNum, 1)
  3.   set the cursor of sprite the currentSpriteNum to [member "PointerCursor", member "PointerCursorMask"]
  4.   set the blend of sprite the currentSpriteNum to 100
  5.   set the visible of sprite 15 to 1
  6.   updateStage()
  7.   set the ink of sprite (the currentSpriteNum + 9) to 3
  8.   updateStage()
  9. end
  10.  
  11. on mouseLeave
  12.   puppetSprite(the currentSpriteNum, 0)
  13.   updateStage()
  14.   set the cursor of sprite the currentSpriteNum to 0
  15.   set the visible of sprite 15 to 0
  16.   updateStage()
  17.   set the ink of sprite (the currentSpriteNum + 9) to 32
  18. end
  19.  
  20. on mouseUp
  21.   set myPath to the moviePath
  22.   open(myPath & "ie5\win16\eng\setup.exe")
  23.   quit()
  24. end
  25.